home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0941.dms / q0941.adf / Examples / FamilyBudget.calc (.txt) < prev    next >
EasyCalc Spreadsheet file  |  1997-04-10  |  2KB  |  31 lines

  1. EASY30HED1
  2. 'Family Budget
  3. 'Item
  4.     'Mortgage
  5. 'Electricity
  6. 'Rates
  7. 'Food
  8. 'Clothes
  9. 'Various
  10. 'Total
  11. "Today:
  12. "Time:
  13. =@SUM(B4:B10)
  14. =@TODAY
  15. =@NOW
  16. =@SUM(C4:C10)
  17. =@SUM(D4:D10)
  18. =@SUM(E4:E10)
  19. ffffg
  20. =@SUM(F4:F10)
  21. 33334
  22. =@SUM(G4:G10)
  23. "Total
  24. =@SUM(B4:G4)
  25. =@SUM(B5:G5)
  26. =@SUM(B6:G6)
  27. =@SUM(B7:G7)
  28. =@SUM(B8:G8)
  29. =@SUM(B9:G9)
  30. =@SUM(B10:G10)
  31.